﻿body{
    background-color: #dddddd;
}
label{
    display: block;
    padding-bottom: 15px;
    color: #415364;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    background-color: #ffffff;
    max-width: 720px;
}
.wrapper{
    padding: 30px;
}
.wrapper p{
    padding: 15px 0 0;
}
.btn{
    width: 220px;
    height: 40px;
    background-color: #E63343;
    border: 1px solid #E63343;
}
.btn:hover{
    background-color: #E63343;
}
.custom-select{
    width: 290px;
}

.divider{
    border-top: 2px solid #D8D8D8;
}
header{
    overflow: hidden;
    padding: 30px 0;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}

.logo{
    width: 117px;
    height: auto;
}
.logo2{
    width: 136px;
    height: auto;
}
h1{
    font-family: Georgia, 'Arial', 'Times New Roman', Times, serif;
    font-size: 32px;
    line-height: 34px;
    color: #E63343;
    font-weight: 700;
}
p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: #415364;
}
.custom-select{
    background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='red' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
}
.form-control{
    color: #415364;
}
.form-control, select{
    background-color: #FAF9F7;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:2px solid #677583;
    border-radius: 0em;
    width: 290px;
}
.formContainer{
    padding-top: 30px;
}
.form-group{
    padding-bottom: 30px;
}
textarea{
    width: 100%;
    border: 1px solid #A3B2BF;
    background-color: #FAF9F7;
}

.star{
    color: #E80033;
    font-weight: 700;
}

.space{
    padding-top: 20px;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.checkboxContainer {
    position: relative;
    overflow: hidden;
}

.styled-checkbox + label:before {
    content: '' !important;
    margin-right: 10px !important;
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    background: white;
    border: 2px solid #00b2a9 !important;
    border-radius: 0px !important;
  }

  .form-check{
      padding-left: 0.25rem;
  }

  /* .squaredThree */
.squaredThree {
    position: relative;
    float:left;
  }
  
  .squaredThree label{
    width: 22px;
    height: 21px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border-radius: 0px;
    border:1px solid #677583;
  }
  
  .squaredThree label:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: #E63343;
    opacity: 0;
  }
  
  .squaredThree label:hover::after {
    opacity: 0;
  }
  
  .squaredThree input[type='checkbox'] {
    visibility: hidden;
  }
  
  .squaredThree input[type='checkbox']:checked + label:after {
    opacity: 1;
  }

  .label-text {
    position: relative;
    left: 20px;
  }
  /* end .squaredThree */


  /* .circleThree */
.circleThree {
    position: relative;
    float:left;
  }
  
  .circleThree label{
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border-radius: 50%;
    border:1px solid #677583;
  }
  
  .circleThree label:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: #E63343;
    opacity: 0;
    border-radius: 50%;
  }
  
  .circleThree label:hover::after {
    opacity: 0;
  }
  
  .circleThree input[type=radio] {
    visibility: hidden;
  }
  
  .circleThree input[type='radio']:checked + label:after {
    opacity: 1;
  }

  .label-text {
    position: relative;
    left: 20px;
  }
  /* end .squaredThree */

footer{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;;
    font-size: 14px;
    padding: 30px 0;
}

.footer-nav li, .social-sites li{
    display: inline;
    padding-right: 0.5em;
}

.footer-nav li a{
    color: #E63343;
}

.social-sites{
    padding: 30px 0;
}

.social-sites img{
    width: 24px;
    height: auto;
}

.ownership-section p{
    font-size: 11px;
    line-height: 13px;
    padding: 0.2em 0;
    margin: 0;
}
	


  
